Image Class

Represents an image.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Image : FrameContentElement
Inheritance
Object    FrameContentElement    Image

Constructors

Image Initializes a new instance of the Image class.
Image(String) Initializes a new instance of the Image class.
Image(String, Byte) Initializes a new instance of the Image class.
Image(String, Stream) Initializes a new instance of the Image class.

Properties

Content Contains a collection of IDrawText objects.
FileName Contains the file name of image.
Filter Contains the filter name for an image. This attribute contains the internal filter name that an consumer has used to load the graphic.

Methods

Add(IDrawText) Adds a IDrawText object to the content.
Add(List) Adds a List object to the content.
Add(Paragraph) Adds a Paragraph object to the content.
Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetBuffer 
GetContentElements Returns all content elements.
(Overrides FrameContentElementGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Inherited from FrameContentElement)
GetStream 
GetType
(Inherited from Object)
Load(String) 
Load(String, Byte) 
Load(String, Stream) 
MemberwiseClone
(Inherited from Object)
Save(Stream) 
Save(String) 
Save(String, Boolean) 
ToString Converts the value of the current Image object to its equivalent string representation.
(Overrides ObjectToString)

See Also